home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / README.Amiga < prev    next >
Text File  |  2001-08-15  |  5KB  |  136 lines

  1. Short:    ldmud 3.2.9 driver binary
  2. Author:   Lars Pensjø, Jörn Rennecke, Lars Düning
  3. Uploader: "Niels Böhm" <bohmmrwc@yahoo.com>
  4. Version:  3.2.9 dev 320
  5. Type:     game/role
  6. Requires: ixemul.library (V48.0+), ixnet.library (V48.0+), TCP/IP stack,
  7.           OS2.0+, MC68020+, FPU (or FPU emulation code)
  8.           (please tell me if you need an MC68000 or a non-FPU version)
  9. Long:
  10.  
  11. Please have a look at <<< http://www.bearnip.com/lars/proj/ldmud.html >>> for
  12. current information on the ldmud project.
  13.  
  14.  
  15. So what's this? Well, since you're reading this, i guess you already know what
  16. a MUD is. If not, it's the acronym for Multi User Dungeon and simply means a
  17. role playing game for many users at the same time who can interact with each
  18. other. Obviously, this is realised over a TCP/IP link and ldmuds (before Lars
  19. Düning took over development, they were called lpmud (the original author's
  20. name is Lars Pensjø)) are purely text-based.
  21.  
  22. So what does this driver do? Well, ldmuds/lpmuds are written in a special
  23. language called LPC (Lars Pensjø C) and the driver does all the necessary
  24. things like pre-compiling your sources, running and interpreting them and
  25. providing you with basic functions for your coding pleasure (there's a vast
  26. range of functions the driver supplies). It's quite similar to a java
  27. environment, with the difference that the compiler and interpreter are combined
  28. in one single program.
  29.  
  30. So what does this archive contain? It contains the driver binary, the original
  31. programming docs, a test mudlib, the complete old LP 2.4.5 mudlib and last but
  32. not least a start script for easy launching of the driver. The basic code from
  33. which your mud is made up is called mudlib, and you can use the included 2.4.5
  34. mudlib as starting point, otherwise you either have to create one yourself
  35. (hehe ;) or you grab one from your favourite mud (nearly every mud supplies a
  36. cut down version of its mudlib in a publicly open ftp directory).
  37.  
  38. For further information see section below the German installation instructions.
  39. -------------------------------------------------------------------------------
  40.  
  41.  
  42.  How to install the ldmud driver version 3.2.9:
  43.  ==============================================
  44.  
  45. 0. Make sure you have ixemul.library and ixnet.library installed, and if not,
  46.    get them from http://us.aminet.net/aminet/ or http://www.geekgadgets.org/
  47.  
  48.    Make sure you have a TCP/IP stack that's compatible with ixnet.library
  49.    installed (such as AmiTCP, Genesis, Miami, AS225 or compatible).
  50.  
  51. 1. Extract the archive if you haven't already done it:
  52.     lha -a x ldmud-3.2-bin.lha YourVol:YourDir/YourSubDir/
  53.  
  54.    Alternatively, if it's already extracted but not yet at the place you want
  55.    it to be, copy or move the whole mud/ directory with all its subdirs to your
  56.    desired location.
  57.  
  58. 2. Grab a mudlib and place it into mud/lib/
  59.  
  60.  
  61.  How to run the ldmud driver version 3.2.9:
  62.  ==========================================
  63.  
  64. 1. Simply start the StartMUD script by double clicking its icon on the
  65.    Workbench or executing it from CLI/SHELL.
  66.  
  67. 2. Connect to the driver on port 4444 via a telnet client:
  68.     telnet localhost 4444
  69.  
  70. 3. Have fun! ;-)
  71.  
  72.  
  73. -------------------------------------------------------------------------------
  74.  
  75.  
  76.  Installieren des ldmud Drivers Version 3.2.9:
  77.  =============================================
  78.  
  79. 0. Stellen Sie sicher, daß Sie die ixemul.library und ixnet.library installiert
  80.    haben, und falls nicht, können Sie sie von http://us.aminet.net/aminet/ oder
  81.    http://www.geekgadgets.org/ bekommen.
  82.  
  83.    Stellen Sie sicher, daß Sie einen TCP/IP-Stack der kompatibel mit der
  84.    ixnet.library ist installiert haben (wie z.B. AmiTCP, Genesis, Miami, AS225
  85.    oder kompatible).
  86.  
  87. 1. Entpacken Sie das Archiv, falls Sie das noch nicht getan haben:
  88.     lha -a x ldmud-3.2-bin.lha IhreVol:IhreDir/IhreSubDir/
  89.  
  90.    Alternativ, falls es schon entpackt vorliegt, jedoch nicht dort, wo Sie es
  91.    gern hätten, kopieren oder verschieben Sie das ganze mud/ Verzeichnis
  92.    mitsamt seiner Unterverzeichnisse an die gewünschte Stelle.
  93.  
  94. 2. Schnappen Sie sich eine mudlib und legen Sie sie in mud/lib/ ab.
  95.  
  96.  
  97.  Starten des ldmud Drivers Version 3.2.9:
  98.  ========================================
  99.  
  100. 1. Starten Sie einfach das StartMUD Skript indem Sie es auf der Workbench
  101.    doppelklicken oder es im CLI oder in der SHELL ausführen.
  102.  
  103. 2. Connecten Sie zum Driver auf Port 4444 mit einem Telnet Client:
  104.     telnet localhost 4444
  105.  
  106. 3. Viel Spaß! ;-)
  107.  
  108.  
  109. -------------------------------------------------------------------------------
  110.  
  111.  
  112. This is version 3.2.9 dev 320 of the ldmud driver.
  113.  
  114. It has been compiled with egcs 2.91.66 on an A600/030/30/882/30.
  115.  
  116. It has been configured for native mode with strict euids. For all configuration
  117. details see config.h (feel free to contact me if some of the options seem
  118. inappropriate).
  119.  
  120. It has been compiled WITHOUT erq support, since the erq code uses fork() which
  121. is inavailable on AmigaOS (if you really need erq, feel free to ask me to
  122. rewrite the erq code, but if i'm actually going to do it heavily depends on how
  123. many people request it). See machine.h for further platform and compiler
  124. dependant implementational details.
  125.  
  126.  
  127. -------------------------------------------------------------------------------
  128.  
  129.  
  130. Contact me at the following email address, if you dare ;-)
  131.  "Niels Böhm" <bohmmrwc@yahoo.com>
  132.  
  133. But remember, I'm only responsible for the compilation of the Amiga binary, not
  134. for the ldmud code itself.
  135.  
  136.